object fSearchChannelDlg: TfSearchChannelDlg Left = 351 Top = 258 BorderStyle = bsDialog Caption = 'fSearchChannelDlg' ClientHeight = 349 ClientWidth = 490 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object bvlBottom: TBevel Left = 0 Top = 310 Width = 490 Height = 39 Align = alBottom Shape = bsTopLine end object shpWizBk: TShape Left = 0 Top = 0 Width = 126 Height = 310 Align = alLeft Pen.Color = clWhite end object imgWiz: TImage Left = 7 Top = 29 Width = 105 Height = 176 AutoSize = True Picture.Data = {} end object cxPage: TnbPageControl Left = 126 Top = 0 Width = 364 Height = 310 ActivePage = cxTabStart Align = alClient Options = [pcoTopToBottomText] ScrollOpposite = True TabOrder = 3 TabPosition = tpRight ClientRectBottom = 310 ClientRectRight = 341 ClientRectTop = 0 object cxTabStart: TcxTabSheet Caption = 'Start' Color = clWhite object htmlSearch: THTMLabel Left = 30 Top = 56 Width = 320 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(set at runtime)') ShadowColor = clGray ShadowOffset = 2 Transparent = True URLColor = clBlue VAlignment = tvaTop end object lblTitle: TLabel Left = 30 Top = 11 Width = 161 Height = 19 Caption = '(SET AT RUN TIME)' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentColor = False ParentFont = False end object scrBox: TScrollBox Left = 30 Top = 112 Width = 297 Height = 185 HorzScrollBar.Visible = False VertScrollBar.Tracking = True BorderStyle = bsNone ParentBackground = True TabOrder = 0 end end object cxTabPhrase: TcxTabSheet Caption = 'Phrase' Color = clWhite object htmlSearchPhrase: THTMLabel Left = 30 Top = 30 Width = 320 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( 'Enter the keyword or phrase you'#39'd like to find') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop end object htmlSearchTip: THTMLabel Left = 30 Top = 93 Width = 320 Height = 32 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( 'Tip: Wrap your search phrase in quotes to search for the ' + 'exact phrase.') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop end object txtSearchPhrase: TEdit Left = 30 Top = 60 Width = 320 Height = 21 TabOrder = 0 end end object Title: TcxTabSheet Caption = 'Title' Color = clWhite object htmlChanTitle: THTMLabel Left = 30 Top = 30 Width = 320 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(read from lang file)') ShadowColor = clGray ShadowOffset = 2 Transparent = True URLColor = clBlue VAlignment = tvaTop end object txtTitle: TnbChannelTitleEdit Left = 30 Top = 79 Width = 257 Height = 21 TabOrder = 0 end end object cxTabFinish: TcxTabSheet Caption = 'Finish' Color = clWhite object htmlFinish: THTMLabel Left = 30 Top = 30 Width = 320 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(read from lang resource)') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop end end end object btnBack: TButton Left = 233 Top = 317 Width = 75 Height = 25 Caption = '< &Back' Enabled = False TabOrder = 0 OnClick = btnBackClick end object btnNext: TButton Left = 313 Top = 317 Width = 75 Height = 25 Caption = 'Next >' Default = True TabOrder = 1 OnClick = btnNextClick end object btnCancel: TButton Left = 406 Top = 317 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end